Skip to content

feat: support canonical Lumina index type#344

Merged
JingsongLi merged 1 commit into
apache:mainfrom
QuakeWang:feature/lumina-read-compatibility
May 28, 2026
Merged

feat: support canonical Lumina index type#344
JingsongLi merged 1 commit into
apache:mainfrom
QuakeWang:feature/lumina-read-compatibility

Conversation

@QuakeWang
Copy link
Copy Markdown
Contributor

Purpose

Rust vector search previously only recognized Lumina index manifest entries with index_type = "lumina-vector-ann". Java now uses index_type = "lumina" as the canonical Lumina identifier while keeping lumina-vector-ann only for legacy compatibility.

This PR adds the canonical Lumina identifier and a shared helper for Lumina index type detection. VectorSearchBuilder now accepts both lumina and lumina-vector-ann manifest entries, while preserving existing behavior for non-Lumina indexes, delete entries, and field mismatches.

Brief change log

Tests

API and Format

Documentation

Copy link
Copy Markdown
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@JingsongLi JingsongLi merged commit bb547dd into apache:main May 28, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants